home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / FrogIT.swf / scripts / DefineButton2_402 / BUTTONCONDACTION on(keyPress Space).as
Encoding:
Text File  |  2006-06-13  |  186 b   |  13 lines

  1. on(keyPress "<Space>"){
  2.    tellTarget("/frosch/ente")
  3.    {
  4.       gotoAndStop("jump");
  5.       play();
  6.    }
  7.    tellTarget("/space")
  8.    {
  9.       nextFrame();
  10.       play();
  11.    }
  12. }
  13.